In Book Revising FileIO, Part Readiness in the extension Unicode File IO by Zed
Lopez:
You wrote 'Include (- [ FileIO_Ready extf struc fref u [...] );
glk_fileref_destroy(fref); ]; -) instead of "Readiness" in "FileIO.i6t"' unicode file io by zed
lopez: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Part Open File in the extension Unicode File IO by Zed Lopez:
You wrote 'Include (- [ FileIO_Open extf write_flag app [...] which
seems to be malformed"); ]; -) instead of "Open File" in "FileIO.i6t"' unicode file io by zed
lopez: again, this syntax was withdrawn in
April 2022.
In Part Close File in the extension Unicode File IO by Zed Lopez:
You wrote 'Include (- [ FileIO_Close extf struc; if ( [...] TATUS =
AUXF_STATUS_IS_CLOSED; ]; -) instead of "Close File" in "FileIO.i6t"' unicode file io by zed
lopez: again, this syntax was withdrawn in
April 2022.
In Part Get Character in the extension Unicode File IO by Zed Lopez:
You wrote 'Include (- [ FileIO_GetC extf struc; if (( [...]
r_stream(struc-->AUXF_STREAM); ]; -) instead of "Get Character" in
"FileIO.i6t"'
(Zed Lopez/Unicode File IO.i7x, line 227):
again, this syntax was withdrawn in April 2022.
In Part Put Character in the extension Unicode File IO by Zed Lopez:
You wrote 'Include (- [ FileIO_PutC extf char struc; [...]
eam(struc-->AUXF_STREAM, char); ]; -) instead of "Put Character" in
"FileIO.i6t"'
(Zed Lopez/Unicode File IO.i7x, line 241):
again, this syntax was withdrawn in April 2022.
In Part Print Line in the extension Unicode File IO by Zed Lopez:
You wrote 'Include (- [ FileIO_PrintLine extf ch struc [...] print
(char) ch; } ]; -) instead of "Print Line" in "FileIO.i6t"' unicode file io by zed
lopez: again, this syntax was withdrawn in
April 2022.